'Declaration
<DescriptionAttribute("Specifies if the annotation can be deleted in design time")> Public Property CanDelete As Boolean
[Description("Specifies if the annotation can be deleted in design time")] public bool CanDelete {get; set;}
public read-write property CanDelete: Boolean;
DescriptionAttribute("Specifies if the annotation can be deleted in design time") public function get,set CanDelete : boolean